* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.fl {
  float: left;
  cursor: default;
}
.fr {
  float: right;
  cursor: default;
}
.clearFix:before {
  content: '';
  display: table;
  width: 0;
  height: 0;
  visibility: hidden;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}
.clearFix {
  zoom: 1;
}
.cb {
  clear: both;
}
img {
  border: 0;
  outline: none;
}
.header {
  width: 100%;
  height: 141px;
}
.header .top {
  width: 100%;
  height: 35px;
  background: #f5f5f5;
}
.header .top .top_con {
  width: 1200px;
  height: 35px;
  margin: 0 auto;
}
.header .top .top_con a {
  display: inline-block;
  float: left;
  margin-left: 20px;
  height: 35px;
  line-height: 35px;
  color: #666;
  font-size: 12px;
}
.header .top .top_con a img {
  vertical-align: -4px;
}
.header .bottom {
  width: 100%;
  height: 40px;
  margin-top: 32px;
}
.header .bottom .bottom_con {
  width: 1200px;
  height: 35px;
  margin: 0 auto;
}
.header .bottom .fl {
  width: 375px;
  height: 40px;
}
.header .bottom .fr {
  width: 235px;
  height: 30px;
}
.header .bottom .fr .tel {
  float: left;
  width: 205px;
  height: 30px;
  font-size: 24px;
  color: #FF6600;
  line-height: 30px;
  font-weight: normal;
  padding-left: 27px;
  box-sizing: border-box;
  background: url(../images/header_tel.png) no-repeat left center;
}
.header .bottom .fr .icon {
  float: left;
  margin-left: 0px;
  border-radius: 15px;
  position: relative;
}
.header .bottom .fr .icon img:nth-child(2) {
  position: absolute;
  top: 50px;
  left: -80px;
  z-index: 999;
  display: none;
}
.nav {
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #2F7DD0;
}
.nav_con {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}
.nav_con .fl {
  width: 230px;
  height: 40px;
  background: #2F7DD0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.nav_con .fl img {
  vertical-align: -2px;
  padding-right: 20px;
}
.nav_con .fr {
  width: 970px;
  height: 40px;
}
.nav_con .fr a {
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #000;
  float: left;
  margin-left: 65px;
}
.nav_con .fr a:hover,
.nav_con .fr a.hover {
  color: #2F7DD0;
}
.nav_con .fr a.first {
  margin-left: 56px;
}
.banner {
  width: 100%;
  height: 440px;
  position: relative;
}
.banner .banner_img {
  width: 100%;
  height: 440px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 300ms all ease-in-out;
}
.banner_con {
  width: 1200px;
  margin: 0 auto;
  height: 440px;
  position: relative;
  z-index: 90;
}
.banner_con .list {
  width: 230px;
  background: rgba(0, 0, 0, 0.5);
  height: 440px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, ff, endColorstr=#7F000000, ff);
}
.banner_con .list div.list_con {
  width: 230px;
  height: 74px;
  border-bottom: 1px solid #4f535c;
  box-sizing: border-box;
}
.banner_con .list div.list_con:last-child {
  border-bottom: none;
}
.banner_con .list div.list_con.now {
  background: #fff;
}
.banner_con .list div.list_con.now a.list_title {
  color: #444;
  background: #fff;
  position: relative;
  z-index: 90;
  width: 230px;
}
.banner_con .list div a.list_title {
  display: inline-block;
  width: 230px;
  height: 74px;
  line-height: 74px;
  padding-left: 70px;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.banner_con .list div a.list_title img {
  position: absolute;
  left: 0;
  top: 14px;
}
.banner_con .list .list_con:nth-child(1) > a {
  background: url("../images/second_ico1.png") no-repeat 30px center;
}
.banner_con .list .list_con:nth-child(1) > a:hover {
  background: url("../images/second_ico1_1.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(1):hover > a {
  background: url("../images/second_ico1_1.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(2) > a {
  background: url("../images/second_ico2.png") no-repeat 30px center;
}
.banner_con .list .list_con:nth-child(2) > a:hover {
  background: url("../images/second_ico2_2.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(2):hover > a {
  background: url("../images/second_ico2_2.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(3) > a {
  background: url("../images/second_ico3.png") no-repeat 30px center;
}
.banner_con .list .list_con:nth-child(3) > a:hover {
  background: url("../images/second_ico3_3.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(3):hover > a {
  background: url("../images/second_ico3_3.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(4) > a {
  background: url("../images/second_ico6.png") no-repeat 30px center;
}
.banner_con .list .list_con:nth-child(4) > a:hover {
  background: url("../images/second_ico6_6.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(4):hover > a {
  background: url("../images/second_ico6_6.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(5) > a {
  background: url("../images/second_ico4.png") no-repeat 30px center;
}
.banner_con .list .list_con:nth-child(5) > a:hover {
  background: url("../images/second_ico4_4.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(5):hover > a {
  background: url("../images/second_ico4_4.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(6) > a {
  background: url("../images/second_ico5.png") no-repeat 30px center;
}
.banner_con .list .list_con:nth-child(6) > a:hover {
  background: url("../images/second_ico5_5.png") no-repeat 30px center !important;
}
.banner_con .list .list_con:nth-child(6):hover > a {
  background: url("../images/second_ico5_5.png") no-repeat 30px center !important;
}
.banner_con .list .list_con > ul.content li .top {
  margin: 30px 0;
}
.banner_con .list .list_con > ul.content li .top h3 {
  padding-top: 2px;
}
.banner_con .list div.last.list_con {
  height: 62px;
  border: 0;
}
.banner_con .list div.last.list_con a.list_title {
  height: 62px;
  line-height: 60px;
}
.banner_con .diot {
  width: 100px;
  height: 13px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  margin-left: -33px;
}
.banner_con .diot span {
  display: inline-block;
  float: left;
  width: 13px;
  height: 13px;
  background: #4d4c4c;
  margin-left: 13px;
  border-radius: 7px;
  position: relative;
}
.banner_con .diot span.now {
  background: #dbd9d6;
}
.banner_con .diot span.first {
  margin-left: 0;
}
.banner_con ul.content {
  display: none;
}
.banner_con ul.content li {
  width: 800px;
  height: 440px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 229px;
  box-sizing: border-box;
  z-index: 40;
}
.banner_con ul.content .fl {
  width: 800px;
  height: 440px;
  box-sizing: border-box;
  padding-left: 29px;
  background: url("../images/second_BG.png") no-repeat left bottom;
  background-size: 100%;
}
.banner_con ul.content .fl .top {
  width: 800px;
  box-sizing: border-box;
  padding-top: 6px;
}
.banner_con ul.content .fl .top h3 {
  float: left;
  width: 150px;
  padding-left: 30px;
  font-size: 16px;
}
.banner_con ul.content .fl .top > div {
  float: right;
  width: 600px;
  margin-top: -6px;
  padding-right: 20px;
  padding-bottom: 10px;
  position: relative;
}
.banner_con ul.content .fl .top > div .bor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 0;
  border-top: 1px dashed #999;
}
.banner_con ul.content .fl h3 {
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  color: #444;
}
.banner_con ul.content .fl a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-right: 40px;
  white-space: nowrap;
  line-height: 30px;
}
.banner_con ul.content .fl a:hover {
  color: #2f7dd0;
  font-weight: bold;
}
.banner_con ul.content .fr {
  width: 170px;
  height: 448px;
  box-sizing: border-box;
  margin-right: 30px;
}
.banner_con ul.content .fr .fr_con {
  width: 170px;
  height: 110px;
  margin-top: 30px;
  float: left;
}
.banner_con ul.content .fr .fr_con h5 {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  margin-top: 30px;
  padding-right: 14px;
  font-weight: normal;
  text-align: right;
}
.banner_con ul.content .fr .fr_con h6 {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  margin-top: 14px;
  padding-right: 14px;
  text-align: right;
}
.foot {
  width: 100%;
  height: 474px;
}
.foot .top {
  width: 100%;
  height: 120px;
  background: #f5f5f5;
  border-bottom: 3px solid #3182d7;
}
.foot .top .top_con {
  width: 1200px;
  height: 44px;
  margin: 0 auto;
}
.foot .top .top_con ul {
  width: 1200px;
  height: 44px;
  margin-top: 38px;
  float: left;
}
.foot .top .top_con ul li {
  width: 300px;
  height: 44px;
  float: left;
}
.foot .top .top_con ul li .fl {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.foot .top .top_con ul li .fl_1 {
  height: 40px;
  margin-top: 2px;
  float: left;
}
.foot .top .top_con ul li .fl_1 h5 {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #444;
}
.foot .top .top_con ul li .fl_1 h6 {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: 9px;
  color: #999;
}
.foot .middle {
  width: 100%;
  height: 309px;
  background: #222;
}
.foot .middle .middle_con {
  width: 1200px;
  height: 309px;
  margin: 0 auto;
}
.foot .middle .middle_con .fl {
  width: 725px;
  height: 230px;
  border-right: 1px solid #333;
  margin-top: 37px;
}
.foot .middle .middle_con .fl .fl_1 {
  width: 700px;
  float: left;
}
.foot .middle .middle_con .fl .fl_1 a {
  display: inline-block;
  margin-top: 16px;
  margin-right: 20px;
  font-size: 14px;
  color: #888;
  height: 14px;
  line-height: 14px;
}
.foot .middle .middle_con .fl .fl_2 {
  width: 710px;
  float: left;
  margin-top: 30px;
}
.foot .middle .middle_con .fl .fl_2 p {
  display: inline-block;
  width: 700px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  color: #999;
  font-weight: bold;
}
.foot .middle .middle_con .fl .fl_2 a {
  display: inline-block;
  margin-top: 14px;
  margin-right: 20px;
  font-size: 14px;
  color: #666;
  height: 14px;
  line-height: 14px;
}
.foot .middle .middle_con .fr {
  width: 420px;
  height: 230px;
  margin-top: 37px;
}
.foot .middle .middle_con .fr .imgs {
  width: 142px;
  height: 142px;
  margin-top: 46px;
  float: left;
}
.foot .middle .middle_con .fr .txt {
  width: 220px;
  float: right;
}
.foot .middle .middle_con .fr .txt .txt_top {
  width: 220px;
  height: 91px;
  border-bottom: 1px solid #444;
}
.foot .middle .middle_con .fr .txt .txt_top h5 {
  display: inline-block;
  box-sizing: border-box;
  width: 195px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  color: #3182d7;
  margin-top: 13px;
  margin-left: 12px;
  padding-left: 26px;
  background: url(../images/foot_middle_2.png) no-repeat left center;
}
.foot .middle .middle_con .fr .txt .txt_top h6 {
  display: inline-block;
  width: 220px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-top: 20px;
  text-align: center;
}
.foot .middle .middle_con .fr .txt .txt_bottom {
  width: 220px;
  height: 85px;
}
.foot .middle .middle_con .fr .txt .txt_bottom h5 {
  text-align: center;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin-top: 23px;
  float: left;
  width: 220px;
}
.foot .middle .middle_con .fr .txt .txt_bottom h6 {
  text-align: center;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-top: 14px;
  float: left;
  width: 220px;
}
.foot .middle .middle_con .fr .txt a {
  width: 200px;
  height: 40px;
  border-radius: 3px;
  background: #3182d7;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.foot .bottom {
  width: 100%;
  height: 45px;
  background: #111;
  line-height: 45px;
  font-size: 13px;
  text-align: center;
  color: #666666;
}
.m_header {
  display: none;
}
.m_banner {
  display: none;
}
.m_foot {
  display: none;
}
.m_nav {
  display: none;
}
.xf {
  position: fixed;
  bottom: 0;
  _position: absolute;
  right: 5px;
  width: 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.xf ul {
  width: 70px;
  height: 364px;
  margin-bottom: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.xf li {
  width: 100%;
  height: 70px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  /* Gecko browsers */
  -webkit-border-radius: 5px;
  /* Webkit browsers */
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.xf li a {
  display: block;
  width: 100%;
  padding-top: 40px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.xf li.li1 {
  background: url(../images/xf_icon1.png) no-repeat center 16px #FFF;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
}
.kefutell {
  position: absolute;
  left: -187px;
  top: -60px;
  text-align: center;
  display: none;
  width: 177px;
  height: 198px;
  background-color: #fff;
  border: 1px solid #D7D7D7;
}
.kefutell p {
  width: 155px;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
}
.kefutell i {
  width: 8px;
  height: 15px;
  position: absolute;
  top: 85px;
  right: -8px;
  background-repeat: no-repeat;
}
.xf li.li1:hover {
  background: url(../images/xf_icon1h.png) no-repeat center 16px #2577e3;
  border: 1px solid #2577e3;
}
.xf li.li1:hover a {
  color: #FFF;
}
.xf li.li2 {
  background: url(../images/xf_icon3.png) no-repeat center 12px #FFF;
}
.xf li.li2:hover {
  background: url(../images/xf_icon3h.png) no-repeat center 12px #2577e3;
  border: 1px solid #2577e3;
}
.xf li.li2:hover a {
  color: #FFF;
}
.xf li.li3 {
  background: url(../images/xf_ico5.png) no-repeat center 12px #FFF;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.xf li.li3:hover {
  background: url(../images/xf_ico5h.png) no-repeat center 12px #2577e3;
  border: 1px solid #2577e3;
}
.xf li.li3:hover a {
  color: #FFF;
}
.xf li.li5 {
  background: url(../images/xf_im1.png) no-repeat center 12px #FFF;
}
.xf li.li5:hover {
  background: url(../images/xf_im1h.png) no-repeat center 12px #2577e3;
  border: 1px solid #2577e3;
}
.xf li.li5:hover a {
  color: #FFF;
}
.xf li.li6 {
  background: url(../images/xf_ico11.png) no-repeat center 18px #FFF;
}
.xf li.li6:hover {
  background: url(../images/xf_ico11h.png) no-repeat center 18px #2577e3;
  border: 1px solid #2577e3;
}
.xf li.li6:hover a {
  color: #FFF;
}
.tencent {
  position: absolute;
  left: -218px;
  top: 0px;
  width: 216px;
  height: 70px;
  display: none;
  background-color: #2577e3;
  -moz-border-radius: 5px;
  /* Gecko browsers */
  -webkit-border-radius: 5px;
  /* Webkit browsers */
  border-radius: 5px;
}
.tencent span {
  display: block;
  padding-left: 25px;
  background: url(../images/telb.png) no-repeat 15px center;
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
}
.m_zx {
  display: none;
}
@media (max-width: 1200px) {
  .header {
    display: none;
  }
  .banner {
    display: none;
  }
  .foot {
    display: none;
  }
  .nav {
    display: none;
  }
  .m_header {
    display: block;
  }
  .m_banner {
    display: block;
  }
  .m_foot {
    display: block;
  }
  .m_header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    background: url(../images/m_header_logo.png) #fff no-repeat center center;
    z-index: 99;
    border-bottom: 1px solid #ededed;
  }
  .m_header .header_con {
    width: 345px;
    margin: 0 auto;
  }
  .m_header .header_con .fl {
    width: 19px;
    height: 19px;
    background-size: cover;
    position: relative;
    margin-top: 16px;
  }
  .m_header .header_con .fl span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff6d23;
    position: absolute;
    top: -4px;
    right: 0;
  }
  .m_header .header_con .fr {
    width: 25px;
    height: 19px;
    background: url(../images/m_header_icon_2.png) no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: 16px;
  }
  .m_banner {
    width: 100%;
    margin-top: 50px;
    position: relative;
  }
  .m_banner img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 300ms all ease-in-out;
    height: auto;
  }
  .m_banner .list {
    width: 40px;
    height: 8px;
    position: absolute;
    bottom: 9px;
    left: 50%;
    margin-left: -20px;
    z-index: 30;
  }
  .m_banner .list span {
    display: inline-block;
    float: left;
    width: 8px;
    height: 8px;
    background: #2f7dd0;
    margin-left: 7px;
    border-radius: 50%;
  }
  .m_banner .list span.now {
    background: #dbd9d6;
  }
  .m_banner .list span.first {
    margin-left: 0;
  }
  .m_foot {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 99;
  }
  .m_foot ul {
    width: 100%;
    height: 60px;
    background: #222;
  }
  .m_foot ul li {
    width: 25%;
    float: left;
    background: #222;
    height: 60px;
  }
  .m_foot ul li.now {
    background: #f45c26;
  }
  .m_foot ul li .imgs {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .m_foot ul li p {
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    margin-top: 6px;
    color: #ccc;
    text-align: center;
  }
  .m_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 199;
    top: 0;
    left: 0;
    display: none;
  }
  .m_nav .nav_all {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 299;
    top: 0;
    left: 0;
  }
  .m_nav ul {
    width: 148px;
    height: 343px;
    position: fixed;
    z-index: 399;
    top: 50px;
    right: 7px;
    background: url(../images/m_nav_bg.png) no-repeat center center;
    box-sizing: border-box;
    padding-top: 15px;
  }
  .m_nav ul li {
    float: left;
    width: 148px;
    height: 41px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
  }
  .m_nav ul li.last {
    border: 0;
  }
  .m_nav ul li .imgs {
    width: 20px;
    height: 20px;
    margin-left: 18px;
    margin-right: 15px;
    margin-top: 12px;
    float: left;
  }
  .m_nav ul li .txt {
    height: 20px;
    margin-top: 10px;
    font-size: 15px;
    color: #444;
    line-height: 20px;
  }
  .xf {
    display: none;
  }
  .m_zx {
    display: block;
    width: 100%;
    background-color: #f3f3f3;
    margin-bottom: 4.8rem;
  }
  .m_zx p {
    font-size: 1rem;
    color: #999;
    text-align: center;
    height: 2.8rem;
    line-height: 2.8rem;
  }
  .m_zx ul {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 2.8rem;
  }
  .m_zx ul li {
    display: inline-block;
    text-align: center;
    width: 40%;
    height: 100%;
    position: relative;
    border-radius: 0.6rem;
  }
  .m_zx ul li.bj {
    background: url(../images/m_con_8_icon1.png) no-repeat left 0.15rem center;
    background-color: #3c91c6;
    background-size: 2rem;
  }
  .m_zx ul li.zx {
    background: url(../images/m_con_8_icon2.png) no-repeat left 0.15rem center;
    background-color: #e05b3c;
    background-size: 2rem;
  }
  .m_zx ul li a {
    display: block;
    font-size: 1.2rem;
    height: 100%;
    line-height: 2.8rem;
    padding-left: 0.2rem;
    color: #ffffff;
  }
}
.Xfooter {
  background: #232730;
  box-sizing: border-box;
  padding-top: 40px;
}
.Xfooter .container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #7C828E;
  font-size: 14px;
}
.Xfooter .container a {
  color: #7C828E;
}
.Xfooter .container .col-md-2 {
  box-sizing: border-box;
  float: left;
}
.Xfooter .container .col-md-2 img {
  width: 100%;
}
.Xfooter .container .col-md-2 h4 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
}
.Xfooter .container .col-md-2 .tel {
  margin: 20px 0 10px;
  font-size: 22px;
  color: #fff;
}
.Xfooter .container .col-md-2 .tou-su {
  margin-top: 20px;
}
.Xfooter .container .col-md-2 h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.Xfooter .container .col-md-2.l1 {
  width: 20%;
  padding: 5px;
}
.Xfooter .container .col-md-2.l2 {
  width: 15%;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.Xfooter .container .col-md-2.l2 p {
  margin: 9px 0;
}
.Xfooter .container .col-md-2.l3 {
  width: 15%;
  padding: 20px;
  text-align: center;
}
.Xfooter .container .col-md-2.l3 p {
  margin: 9px 0;
}
.Xfooter .container .col-md-3 {
  box-sizing: border-box;
  width: 25%;
  float: left;
}
.Xfooter .container .col-md-6 {
  box-sizing: border-box;
  width: 45%;
  float: left;
  margin-left: 5%;
  text-align: center;
}
.Xfooter .container .col-md-6 ul li {
  margin: 10px 0;
  text-align: right;
  padding-right: 3px;
}
.Xfooter .container .col-md-6 ul li:first-child {
  margin-bottom: 20px;
  padding-right: 0;
}
.Xfooter .container .col-md-offset-1 {
  margin-left: 7%;
}
.Xfooter .container .col-md-offset-2 {
  margin-left: 12%;
}
.Xfooter .container.copyRight .row {
  border-top: 1px solid #7C828E;
}
.Xfooter .container.copyRight .row p {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.Xfooter .container.copyRight .row p img {
  vertical-align: middle;
}
.Xfooter .container.copyRight .yqlj {
  border-top: 0;
  margin: 0;
}
.Xfooter .container.copyRight .yqlj p {
  padding-top: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #abstractFoot .Xfooter {
    display: none;
  }
  #abstractFoot .m_foot ul li a {
    display: block;
  }
  #abstractFoot .m_foot ul li a .imgs {
    position: relative;
  }
  #abstractFoot .m_foot ul li a .imgs img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  #abstractFoot {
    margin-top: 60px;
  }
  #abstractFoot2 {
    margin-top: 60px;
  }
  #abstractFoot2 .m_foot ul li a {
    display: block;
  }
  #abstractFoot2 .m_foot ul li a .imgs {
    position: relative;
  }
  #abstractFoot2 .m_foot ul li a .imgs img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.m_nav ul li .imgs img {
  display: block;
}
/*# sourceMappingURL=tongyong.css.map */